Skip to content

Comments

Rework the footer component to simplify rendering logic#15323

Draft
cemms1 wants to merge 1 commit intomainfrom
cemms1/trial-new-footer
Draft

Rework the footer component to simplify rendering logic#15323
cemms1 wants to merge 1 commit intomainfrom
cemms1/trial-new-footer

Conversation

@cemms1
Copy link
Contributor

@cemms1 cemms1 commented Feb 10, 2026

What does this change?

Trials creating a new footer component to simplify the rendering logic

Why?

Changes to the card footer often result in unexpected visual regressions. This makes the component very difficult to work with.
Simplifying this logic should help to reduce the friction working in this area of code, making it easier for developers to work with

@cemms1 cemms1 force-pushed the cemms1/trial-new-footer branch from ab3fbd2 to 12d8757 Compare February 10, 2026 10:25
Comment on lines -340 to -346
const liveBulletStyles = css`
width: 9px;
height: 9px;
border-radius: 50%;
background-color: ${palette('--pill-bullet')};
margin-right: ${space[1]}px;
`;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO - include this in card footer

@cemms1 cemms1 added the run_chromatic Runs chromatic when label is applied label Feb 10, 2026
@github-actions github-actions bot removed the run_chromatic Runs chromatic when label is applied label Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant